home *** CD-ROM | disk | FTP | other *** search
- ##########################################################################
- # show_variables
- # This script dumps the WinCron variables.
- # See Also: AutoRun.tg, config.tg
- {
- -name SHOW_VARIABLES.TG
- -start
- -stop
-
- # show the base location where WinCron is installed
- -action -print TG.ROOT_DIR = "%TG.ROOT_DIR%"
-
- # Show the default location to find USER scripts
- -action -print TG.SCRIPT_DIR = "%TG.SCRIPT_DIR%"
-
- # Show the default location to find SAMPLE scripts
- -action -print TG._SAMPLE_SCRIPT_DIR = "%TG.SAMPLE_SCRIPT_DIR%"
-
- # Show the default location to find SAMPLE C scripts
- -action -print TG.SAMPLE_CSCRIPT_DIR = "%TG.SAMPLE_CSCRIPT_DIR%"
-
- # Show the default location to find USER include files for the 'C' interpreter
- -action -print TG.INCLUDE_DIR = "%TG.INCLUDE_DIR%"
-
- # done!
- -action -print done!
- }
-
-
-